(no commit message)
authornobodyinperson <nobodyinperson@web>
Thu, 30 Jan 2025 12:59:00 +0000 (12:59 +0000)
committeradmin <admin@branchable.com>
Thu, 30 Jan 2025 12:59:00 +0000 (12:59 +0000)
doc/forum/Forcing_offline_behavior.mdwn [new file with mode: 0644]

diff --git a/doc/forum/Forcing_offline_behavior.mdwn b/doc/forum/Forcing_offline_behavior.mdwn
new file mode 100644 (file)
index 0000000..a11989e
--- /dev/null
@@ -0,0 +1 @@
+It seems that things like `git annex wanted . present` cause network activity, maybe git-annex fetches remotes and tries to look up IDs and such. I didn't find a general flag to disables this. Something like `--offline` would be nice for scripts in networks that might hang indefinitely in certain situations. Does this exist? ðŸ¤”